home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Inventor Labs: Technology
/
INVENTORLABS_TECHNOLOGY.BIN
/
pc
/
files
/
shared.cst
/
00037_Script_MAC callbacks
< prev
next >
Wrap
Text File
|
1997-07-24
|
662b
|
29 lines
-- MAC qtvr callbacks
-------------------------------------------------------------------------------------------------------
factory CallBackTracer
method mNew
method mEvalExpr pExpr
method mSendHCMessage pMessage
method mSendCardMessage pMessage
do pMessage
method mGetFieldByName pCard, pName
method mGetFieldByNum pCard, pNum
method mGetFieldByID pCard, pID
method mSetFieldByName pCard, pName, pValue
method mSetFieldByNum pCard, pNum, pValue
method mSetFieldByID pCard, pID, pValue
end
--------------------------------------------------------------------------------------------------------